'Declaration Public Function Union( _ ByVal second As IObservableSource(Of T) _ ) As View(Of T)
public View<T> Union( IObservableSource<T> second )
Parameters
- second
- A collection (usually, a view) whose distinct elements form the second set for the union.
Return Value
The view that contains the elements from both input views, excluding duplicates.